home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / kde4 / config.kcfg / urlpicpreview.kcfg < prev   
Extensible Markup Language  |  2008-01-04  |  779b  |  23 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
  3. <kcfg> 
  4.   <kcfgfile name="kopeterc"/> 
  5.   <group name="URLPicPreview Plugin"> 
  6.     <entry name="PreviewAmount" type="UInt"> 
  7.       <label>Maximum amount of Previews</label> 
  8.       <default>2</default>
  9.     </entry> 
  10.     <entry name="Scaling" type="Bool"> 
  11.       <label>Should the image be scaled</label> 
  12.       <default>true</default>
  13.     </entry> 
  14.     <entry name="PreviewRestriction" type="Bool"> 
  15.       <label>Should the amount of previews be restricted?</label> 
  16.       <default>true</default>
  17.     </entry> 
  18.     <entry name="PreviewScaleWidth" type="Int"> 
  19.       <label>Scale images to the width</label> 
  20.       <default>256</default>
  21.     </entry> 
  22.   </group> 
  23. </kcfg>